home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / doom / ldhe-src.0 / ldhe-src / dehacked / README.linux < prev   
Text File  |  1995-06-02  |  2KB  |  57 lines

  1.  
  2. 4/13/95            LINUX DOOM HACK EDITOR
  3.  
  4. Wow, many hours and long nights later, I've brought together the finest
  5. DOOM exe editor to the Linux community!
  6.  
  7. I deserve a good glass of wine. :)
  8.  
  9. Anyways, here it is, the Linux DOOM Hack Editor!
  10.  
  11. The main difference between the DOS version and the Linux version,
  12. is the Linux version doesn't have mouse support and is slower, but
  13. it supports Linux X11 and SVGA DOOM binaries.
  14.  
  15. NEW!!
  16.     The Linux Doom Hack Editor now supports SGIXDOOM 1.8,
  17. and can be compiled right on the SGI to be used with other fine
  18. tools such as deusf and deutex, built for the SGI.
  19.     I have used these tools along with the registered version
  20. of DOOM1 to play AL|EN DOOM! on the SGI.  VERY nice! :)
  21.  
  22.     To build dehacked, go to the "source" directory and edit
  23. the Makefile, uncommenting the flags you need to compile for your system
  24. and then run "make depend; make"  This will create the executable
  25. "dehacked" in the source directory.  You can copy that to your doom
  26. bin directory, and edit the sample "dehacked.ini" file for your doom
  27. installation.
  28.  
  29. You can run dehacked either in the Linux console, or in an X session
  30. under Linux or on an SGI.  If installed for use on a Linux console,
  31. it should be installed set-uid root, so it can display VGA graphics.
  32. There should be no problem with this, because vga_init() is called even
  33. before main().  If you don't want to install dehacked set-uid root,
  34. worrying about possible security holes, that's okay.  You will still 
  35. be able to run it, but won't be able to view DOOM graphics in the 
  36. Linux console.
  37. To install dehacked set-uid root, move it to where you want it installed,
  38. and execute (as root):
  39.     cd <install_dir> ; chown root dehacked ; chmod u+s dehacked
  40.  
  41. The executable in this package was compiled with g++ 2.6.3, Linux 1.2.8,
  42. and the libraries:
  43.     libvga.so.1 (DLL Jump 1.2pl4) => /lib/libvga.so.1.2.6
  44.     libX11.so.6 (DLL Jump 6.0) => /usr/X11R6/lib/libX11.so.6.0
  45.     libc.so.4 (DLL Jump 4.6pl27) => /lib/libc.so.4.6.27
  46.  
  47. Please send me any cash or comments. :-)
  48. and...
  49. Enjoy!
  50.  
  51.     -Sam Lantinga            (slouken@cs.ucdavis.edu)
  52.  
  53.  
  54. P.S.  If you want to send me dough or a postcard, send me e-mail and I 
  55.       will give you my snail-mail address. :-)
  56.  
  57.